For a list of all members of this type, see FullTextIndex<T> members.
Public Methods
| Name | Description |
| Clear |
Clear all the items in the index and set IsDirty to true
(Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>) |
| ClearLazyLoadedValues |
Clear all lazy loaded values
(Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>) |
| Delete |
Delete an item in the index by primary key and set IsDirty to true
(Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>) |
| GetAllPrimaryKeys |
Get all the primary keys associated with this index
(Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>) |
| GetAllPrimaryKeysDescending |
Get all the primary keys associated with this index in descending order
(Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>) |
| GetIndexRecordExactMatch |
Get a list of Index Records that match the passed indexValue
(Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>) |
| GetPrimaryKeys |
Get all the primary keys associated with this index in ascending order
(Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>) |
| Insert |
Insert an index value into the index. It is assumed that it has already been checked for uniqueness
(Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>) |
| Query |
Query for a list of index records
(Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>) |
| SearchAllKeywords |
Search the text field where all keywords must be present
|
| SearchAnyKeywords |
Search the text field where at least one keyword must be present
|
| SearchByRegex |
Search by the passed in regular expression
|
| SearchPhrase |
Search by a phrase
|
| SortIndex |
Sort the index by the index value
(Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>) |
| Update |
Update an index value by the primary key
(Inherited from KellermanSoftware.NinjaDatabasePro.SingleIndex<T,string>) |
Top
See Also